Conversation
4c93fc0 to
4129f8f
Compare
4129f8f to
cac84a4
Compare
|
@jubrad shall we get that merged? There is a minor merge conflict but besides that I think that we are good to merge it and have it in the next release. |
5e04cad to
56cc638
Compare
| | <a name="input_region"></a> [region](#input\_region) | The region where resources will be created | `string` | `"us-central1"` | no | | ||
| | <a name="input_use_local_chart"></a> [use\_local\_chart](#input\_use\_local\_chart) | Whether to use a local chart instead of one from a repository | `bool` | `false` | no | | ||
| | <a name="input_use_self_signed_cluster_issuer"></a> [use\_self\_signed\_cluster\_issuer](#input\_use\_self\_signed\_cluster\_issuer) | Whether to install and use a self-signed ClusterIssuer for TLS. Due to limitations in Terraform, this may not be enabled before the cert-manager CRDs are installed. | `bool` | `false` | no | | ||
| | <a name="input_storage_bucket_versioning"></a> [use\_storage\_bucket\_versioning](#input\_use\_storage\_bucket\_versioning) | Enable bucket versioning (Disabled by default due to deletion timeouts). | `bool` | `false` | no | |
There was a problem hiding this comment.
? We probably should regenerate the readme.md using terraform-doc? since I think it's just storage_bucket_versioning and storage_bucket_version_ttl instead of use_storage ...
There was a problem hiding this comment.
Yeah, sorry I always forget about that.
|
|
||
|
|
||
| #### Storage Bucket Versioning | ||
| By default storage bucket versinioning is turned off. This both reduces |
There was a problem hiding this comment.
| By default storage bucket versinioning is turned off. This both reduces | |
| By default, storage bucket versioning is turned off. This both reduces |
Also, added MaterializeInc/materialize#32041 to go with this change. I just used v0.2.1 as a placeholder ... but can change to whatever version.
56cc638 to
2e5e5e8
Compare
| } | ||
|
|
||
| variable "version_ttl" { | ||
| description = "Sets the TTL (in days) on non current sotarge bucket objects." |
| } | ||
|
|
||
| variable "storage_bucket_version_ttl" { | ||
| description = "Sets the TTL (in days) on non current sotarge bucket objects." |
| } | ||
|
|
||
| variable "storage_bucket_versioning" { | ||
| description = "Enable bucket versioning (Disabled by default due to deletion timeouts)." |
There was a problem hiding this comment.
Should this have "When enabled, set storage_bucket_version_ttl." or something?
There was a problem hiding this comment.
I've just set a default of 7 days for versioning.
2e5e5e8 to
c3ba56d
Compare
c3ba56d to
04d9bfa
Compare
04d9bfa to
00f9cfa
Compare
This should help fix some deletion timeouts.
If you want to delete a bucket that has had versioning enabled the ideal way to do this is to set the
version_ttlto one day, then wait a day, then delete. Haven't tested whether setting it to 0 would work.